public marks

PUBLIC MARKS from "Xavier Lacot" with tags clevermarks & geeeeeeeeeek

27 August 2007

Late Static Bindings Explained

Late Static Binding (LSB, yes, not LSD) is an OO feature that is meant to be implemented in PHP 6, and maybe even backported to PHP 5. This article will describe what LSB is, what problems it's supposed to solve and how.

18 July 2007

A Recipe for OpenID-Enabling Your Site

by 8 others
This is a step-by-step tutorial guide for implementing OpenID consumer-side support with a web site that already has users with accounts. It will explain how to easily let new users sign up for an account on your site using their OpenID URL and how to let existing users attach their OpenID(s) so they can sign in using them.